pseudo-noise code - translation to russian
Diclib.com
Online Dictionary

pseudo-noise code - translation to russian

AN INFORMAL HIGH-LEVEL DESCRIPTION OF THE OPERATING PRINCIPLE OF A COMPUTER PROGRAM OR OTHER ALGORITHM
Psuedocode; Pseudo-code; Pseudo code; Pseudocodes; Superlanguage

pseudo-noise code      
псевдошумовой код
pseudo-         
GREEK PREFIX: FALSE
Psuedo; Pseudo
pseud(o)- pref. псевдо-, ложно pseudomorphism noun min. псевдоморфизм
pseudo         
GREEK PREFIX: FALSE
Psuedo; Pseudo

['sju:dəu]

общая лексика

псевдо

ложно

Смотрите также

cumulative throughflow; fractional throughflow

прилагательное

общая лексика

ложный

фальшивый

поддельный

существительное

['sju:dəu]

разговорное выражение

обманщик

притворщик

очковтиратель

лицемер

Definition

ФРАНЦУЗСКИЙ ГРАЖДАНСКИЙ КОДЕКС
1804 (Кодекс Наполеона) , действующий гражданский кодекс Франции. Составлен при активном участии Наполеона. Включает нормы гражданского, семейного, процессуального, частично трудового права. Кодекс закрепил свободу частной собственности, провозгласив это право священным и неприкосновенным.

Wikipedia

Pseudocode

In computer science, pseudocode is a plain language description of the steps in an algorithm or another system. Pseudocode often uses structural conventions of a normal programming language, but is intended for human reading rather than machine reading. It typically omits details that are essential for machine understanding of the algorithm, such as variable declarations and language-specific code. The programming language is augmented with natural language description details, where convenient, or with compact mathematical notation. The purpose of using pseudocode is that it is easier for people to understand than conventional programming language code, and that it is an efficient and environment-independent description of the key principles of an algorithm. It is commonly used in textbooks and scientific publications to document algorithms and in planning of software and other algorithms.

No broad standard for pseudocode syntax exists, as a program in pseudocode is not an executable program; however, certain limited standards exist (such as for academic assessment). Pseudocode resembles skeleton programs, which can be compiled without errors. Flowcharts, drakon-charts and Unified Modelling Language (UML) charts can be thought of as a graphical alternative to pseudocode, but need more space on paper. Languages such as HAGGIS bridge the gap between pseudocode and code written in programming languages.